Don't reference last_cursor if it is null. Fixes crash when rotating the
authorAlexander Larsson <alexl@redhat.com>
Tue, 13 Feb 2001 13:35:48 +0000 (13:35 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Tue, 13 Feb 2001 13:35:48 +0000 (13:35 +0000)
commite86265ecf30acbc054db3a7e0a5a31df332e5523
treefea482fb6665118aeea31749a1dbef92cdb053fb
parent2097d764a7a60f87a0ca4c43720f3e2644652a14
Don't reference last_cursor if it is null. Fixes crash when rotating the

2001-02-13  Alexander Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
Don't reference last_cursor if it is null. Fixes crash when rotating
the screen before having moved the mouse.

* gdk/linux-fb/gdkcc-fb.c: Zapp!

* gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c

* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw when
using 90 or 270 degrees rotation.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/linux-fb/Makefile.am
gdk/linux-fb/gdkcc-fb.c [deleted file]
gdk/linux-fb/gdkcolor-fb.c
gdk/linux-fb/gdkcursor-fb.c
gdk/linux-fb/gdkwindow-fb.c